home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / amos / AMOS1097.lzh / AMOSLIST / 000168_amos-request@svcs1.digex.net_Thu Oct 16 10:38:32 1997.msg < prev    next >
Internet Message Format  |  1997-11-02  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id KAA29945
  3.     for <mcox@access.digex.net>; Thu, 16 Oct 1997 10:38:31 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id HAA13892
  6.     for amos-out; Thu, 16 Oct 1997 07:35:39 -0400 (EDT)
  7. Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id HAA13889
  9.     for <amos-list@svcs1.digex.net>; Thu, 16 Oct 1997 07:35:38 -0400 (EDT)
  10. Received: from firefox.modusmedia.com (earth.modusmedia.com [208.14.214.2])
  11.     by mail4.access.digex.net (8.8.5/8.8.5) with SMTP id HAA24388
  12.     for <amos-list@access.digex.net>; Thu, 16 Oct 1997 07:35:33 -0400 (EDT)
  13. From: Declan_Gorman@modusmedia.com
  14. Received: from [192.168.133.3] by firefox.modusmedia.com
  15.           via smtpd (for mail4.access.digex.net [205.197.247.2]) with SMTP; 16 Oct 1997 11:35:32 UT
  16. Received: from uue.modusmedia.com ([192.168.132.16])
  17.           by mmi-mailrelay.ModusMedia.com (Post.Office MTA v3.1
  18.           release PO205e ID# 0-0U10L2S100) with SMTP id AAD165
  19.           for <amos-list@access.digex.net>; Thu, 16 Oct 1997 05:47:28 -0600
  20. Received: from ccMail by uue.modusmedia.com
  21.   (IMA Internet Exchange 2.1 Enterprise) id 0002EFFE; Thu, 16 Oct 97 05:43:35 -0600
  22. Mime-Version: 1.0
  23. Date: Thu, 16 Oct 1997 09:36:13 -0600
  24. Message-ID: <0002EFFE.@modusmedia.com>
  25. Subject: Problem Copying Memory Blocks
  26. To: amos-list@access.digex.net
  27. Content-Type: text/plain; charset=US-ASCII
  28. Content-Transfer-Encoding: 7bit
  29. Content-Description: cc:Mail note part
  30. Status: O
  31. X-Status: 
  32.  
  33.      
  34.      I will try to explain this the best I can so bear with me
  35.      
  36.      I am trying to copy a memory block of 256 bytes from one address to 
  37.      another using the following line of code which is causing my system to 
  38.      crash.
  39.      
  40.      Copy Start(SBNK)+Val(SVCE$(SMZ)),Start(SBNK)+Val(SVCE$(SMZ))+256 to 
  41.      Start(20)
  42.      
  43.      where SBNK is either 10 or 11 and SMZ ranges from 1 to 128
  44.      
  45.      At one stage when I ran the program where SBNK is 10 and SMZ is 1 I 
  46.      got the following values
  47.      
  48.      Copy 1225400,1225656 to Start(20)
  49.      
  50.      The same line of code in direct mode does not crash and works fine but 
  51.      when run through my program it crashes.
  52.      
  53.      I went stepped through everything to verify that I was getting valid 
  54.      values for both SBNK and SMZ and every time they were valid.
  55.      
  56.      Can anyone see any obvious errors with my code or approach.  Any help 
  57.      or advice would be appreciated.
  58.      
  59.      
  60.      Declan.